home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / Util Collection 5 BS1.adf / ps.2dd < prev    next >
Text File  |  1988-01-19  |  2KB  |  43 lines

  1. ;
  2. ; Photo Synthesis v1.0   Copyright 1987 Escape Sequence Inc.
  3. ;                        The Champs! in 1988
  4. ;
  5. ;         NOTE: stack command may NOT be in this file
  6. ;         Thus stack must have been set to at least 50000 before starting
  7. ;         Photo Synthesis.
  8. ;
  9. ;         The following assignments are used by Photo Synthesis, and must
  10. ;         be set accordingly.
  11. ;
  12. ;         SWAP: swap space needed for virtual memory, there should be around
  13. ;               800K free so you may wish to use an empty (formatted) disk
  14. ;               in df1: as your swap directory and assign swap: to df1: or
  15. ;               you can obviously assign it to you hard disk (if you have one).
  16. ;               If you have at least 2Mb external memory, then assign SWAP:
  17. ;               to ram: (better not to use recovery software) for OUTRAGEOUS
  18. ;               speeds.
  19. ;
  20. ;         SCRP: default directory used in user interface prompter for scripts
  21. ;
  22. ;         IMGS: default directory used in user interface prompter for
  23. ;               pictures
  24. ;
  25. ;         Be sure your printer has been installed (using preferences) on
  26. ;         your boot disk if you have one and intend on using print command.
  27. ;
  28. ;         Photo Synthesis may be multitasked, but this is not recommended
  29. ;         unless whatever else you wish to run uses little (preferably none)
  30. ;         of the lower 512K (chip memory) and you have plenty of external
  31. ;         memory!
  32. ;
  33.  
  34. echo " "
  35. echo "Please insert a blank formatted disk in drive DF1:"
  36. echo " "
  37.  
  38. assign SWAP: df1:
  39. assign SCRP: df0:scripts
  40. assign IMGS: df0:images
  41.  
  42.  
  43.